home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus025.dsk / BASIC.LSS < prev    next >
Text File  |  1995-07-19  |  224b  |  14 lines

  1. REM copy selected text    
  2.     .Type("Sample text to copy")
  3.     .Type("[home][ShiftCtrlDown]")
  4.     
  5.     
  6.     .CopySelection
  7.     
  8. REM cut the selected text
  9. REM    .CutSelection
  10. REM paste the selected text
  11.     .Type("[CtrlDown]")    
  12.     .Paste
  13.  
  14.